home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / u16_v12.zip / U16.DOC next >
Text File  |  1993-05-24  |  2KB  |  57 lines

  1.  
  2. u16 - 16 bit LZW uncompress for the IBM PC, version 1.2
  3. Written for the IBM PC by tahorsley@ssd.harris.com (Tom Horsley).
  4.  
  5. u16 [-H] [files...]
  6.  
  7. -H      Print this message and exit.
  8.  
  9. Uncompresses each input file and writes result to stdout.  With no
  10. input file specified, reads stdin.  Probably requires 270-280K of free
  11. memory to run.
  12.  
  13. NOTE: this is kind of like zcat, but it does not try to stick any .Z's
  14. on the ends of file names.
  15.  
  16. ----
  17.  
  18. From: tom@ssd.harris.com (Tom Horsley)
  19. Newsgroups: comp.binaries.ibm.pc
  20. Subject: v01i108: u16, 16 bit uncompress v1.2
  21. Summary: u16.arc, 16-bit uncompress v1.2
  22. Date: 11 Feb 89 04:01:01 GMT
  23. Approved: dhesi@bsu-cs.UUCP
  24.  
  25. Posting-number: Volume 01 Issue 108
  26. Originally-from: tom@ssd.harris.com (Tom Horsley)
  27. Submitted-by: tom@ssd.harris.com (Tom Horsley)
  28. Archive-name: u16/u16_12.uue
  29. Can-delete: u16/u16.uue
  30.  
  31. [ Following description is a composite from two messages -- R.D. ]
  32.  
  33. u16 can decompress files compressed with the "compress" program and
  34. handles 16 bit compression.
  35.  
  36. It will need somewhere around 280K to run.
  37.  
  38. Type "u16 -H" for a help message.
  39.  
  40. Version 1.2 fixes some bugs that 1.1 had uncompressing multiple files.
  41. (I may get this right someday :-).
  42.  
  43.     usenet: tahorsley@ssd.harris.com  USMail: Tom Horsley
  44. compuserve: 76505,364                         511 Kingbird Circle
  45.      genie: T.HORSLEY                         Delray Beach, FL  33444
  46.  
  47. [
  48. This is a welcome program because MS-DOS users with limited memory
  49. often get stuck with 16-bit-"compress" format files that they cannot
  50. uncompress easily.
  51.  
  52. This version of u16 replaces an earlier version posted here that had
  53. some bugs.
  54.  
  55. -- R.D.
  56. ]
  57.